﻿2026-08-01T22:09:54.1338364Z ##[group]Run set -euo pipefail
2026-08-01T22:09:54.1338683Z [36;1mset -euo pipefail[0m
2026-08-01T22:09:54.1339027Z [36;1mPIN=0c95435[0m
2026-08-01T22:09:54.1339537Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-08-01T22:09:54.1339932Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-08-01T22:09:54.1340405Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-08-01T22:09:54.1341000Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-08-01T22:09:54.1341562Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-08-01T22:09:54.1342014Z [36;1m  rm -rf "$CACHE"[0m
2026-08-01T22:09:54.1342332Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-08-01T22:09:54.1342685Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-08-01T22:09:54.1343123Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-08-01T22:09:54.1343547Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-08-01T22:09:54.1343901Z [36;1mfi[0m
2026-08-01T22:09:54.1344531Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-08-01T22:09:54.1359207Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-08-01T22:09:54.1359527Z env:
2026-08-01T22:09:54.1359747Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-08-01T22:09:54.1360147Z   SPT_CI_TEST_TMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30720655534-1-PNPtCN
2026-08-01T22:09:54.1360639Z   TEMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30720655534-1-PNPtCN
2026-08-01T22:09:54.1361099Z   TMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30720655534-1-PNPtCN
2026-08-01T22:09:54.1361573Z   TMPDIR: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30720655534-1-PNPtCN
2026-08-01T22:09:54.1361935Z ##[endgroup]
2026-08-01T22:09:54.2860088Z  Downloading crates ...
2026-08-01T22:09:54.4074729Z   Downloaded inout v0.2.2
2026-08-01T22:09:54.4130908Z   Downloaded cipher v0.5.2
2026-08-01T22:09:54.5254145Z    Compiling proc-macro2 v1.0.106
2026-08-01T22:09:54.5254782Z    Compiling quote v1.0.45
2026-08-01T22:09:54.5255224Z    Compiling unicode-ident v1.0.24
2026-08-01T22:09:54.5255711Z    Compiling libc v0.2.186
2026-08-01T22:09:54.5256140Z    Compiling serde_core v1.0.228
2026-08-01T22:09:54.5256502Z    Compiling cfg-if v1.0.4
2026-08-01T22:09:54.5304547Z    Compiling serde v1.0.228
2026-08-01T22:09:54.5343090Z    Compiling typenum v1.20.1
2026-08-01T22:09:54.5370911Z    Compiling log v0.4.32
2026-08-01T22:09:54.5490822Z    Compiling pin-project-lite v0.2.17
2026-08-01T22:09:54.5547267Z    Compiling portable-atomic v1.13.1
2026-08-01T22:09:54.5621356Z    Compiling version_check v0.9.5
2026-08-01T22:09:54.5666163Z    Compiling memchr v2.8.1
2026-08-01T22:09:54.5687440Z    Compiling critical-section v1.2.0
2026-08-01T22:09:54.5690044Z    Compiling shlex v2.0.1
2026-08-01T22:09:54.6146132Z    Compiling find-msvc-tools v0.1.9
2026-08-01T22:09:54.6331232Z    Compiling futures-core v0.3.32
2026-08-01T22:09:54.6821298Z    Compiling subtle v2.6.1
2026-08-01T22:09:54.7101053Z    Compiling bytes v1.11.1
2026-08-01T22:09:54.7741231Z    Compiling smallvec v1.15.1
2026-08-01T22:09:54.8080593Z    Compiling equivalent v1.0.2
2026-08-01T22:09:54.8430645Z    Compiling itoa v1.0.18
2026-08-01T22:09:54.8506209Z    Compiling semver v1.0.28
2026-08-01T22:09:54.8640968Z    Compiling stable_deref_trait v1.2.1
2026-08-01T22:09:54.8681159Z    Compiling futures-sink v0.3.32
2026-08-01T22:09:54.8763572Z    Compiling futures-io v0.3.32
2026-08-01T22:09:54.9273726Z    Compiling slab v0.4.12
2026-08-01T22:09:54.9440942Z    Compiling futures-channel v0.3.32
2026-08-01T22:09:54.9451889Z    Compiling futures-task v0.3.32
2026-08-01T22:09:54.9921296Z    Compiling generic-array v0.14.7
2026-08-01T22:09:55.0630571Z    Compiling rand_core v0.10.1
2026-08-01T22:09:55.0743131Z    Compiling bitflags v2.12.1
2026-08-01T22:09:55.0752149Z    Compiling getrandom v0.4.2
2026-08-01T22:09:55.1009489Z    Compiling hashbrown v0.17.1
2026-08-01T22:09:55.1523716Z    Compiling rustc_version v0.4.1
2026-08-01T22:09:55.1950554Z    Compiling rustversion v1.0.22
2026-08-01T22:09:55.2480557Z    Compiling cpufeatures v0.2.17
2026-08-01T22:09:55.2580696Z    Compiling fnv v1.0.7
2026-08-01T22:09:55.2624031Z    Compiling strsim v0.11.1
2026-08-01T22:09:55.2779986Z    Compiling cfg_aliases v0.2.1
2026-08-01T22:09:55.3360417Z    Compiling litemap v0.8.2
2026-08-01T22:09:55.3430350Z    Compiling writeable v0.6.3
2026-08-01T22:09:55.3492920Z    Compiling utf8_iter v1.0.4
2026-08-01T22:09:55.3960606Z    Compiling dunce v1.0.5
2026-08-01T22:09:55.4443393Z    Compiling icu_normalizer_data v2.2.0
2026-08-01T22:09:55.4671565Z    Compiling fs_extra v1.3.0
2026-08-01T22:09:55.5194183Z    Compiling ident_case v1.0.1
2026-08-01T22:09:55.5310954Z    Compiling icu_properties_data v2.2.0
2026-08-01T22:09:55.6234787Z    Compiling autocfg v1.5.1
2026-08-01T22:09:55.6434583Z    Compiling percent-encoding v2.3.2
2026-08-01T22:09:55.7254094Z    Compiling http v1.4.1
2026-08-01T22:09:55.7537470Z    Compiling aws-lc-rs v1.17.0
2026-08-01T22:09:55.8020497Z    Compiling cpufeatures v0.3.0
2026-08-01T22:09:55.8446404Z    Compiling syn v2.0.117
2026-08-01T22:09:55.8610826Z    Compiling thiserror v2.0.18
2026-08-01T22:09:55.8864455Z    Compiling unicode-segmentation v1.13.3
2026-08-01T22:09:55.8970795Z    Compiling scopeguard v1.2.0
2026-08-01T22:09:55.9059360Z    Compiling form_urlencoded v1.2.2
2026-08-01T22:09:55.9174573Z    Compiling untrusted v0.9.0
2026-08-01T22:09:55.9310761Z    Compiling rustls v0.23.40
2026-08-01T22:09:55.9757819Z    Compiling indexmap v2.14.0
2026-08-01T22:09:56.0373261Z    Compiling lock_api v0.4.14
2026-08-01T22:09:56.0501551Z    Compiling heck v0.5.0
2026-08-01T22:09:56.1090415Z    Compiling anyhow v1.0.102
2026-08-01T22:09:56.1450336Z    Compiling hybrid-array v0.4.12
2026-08-01T22:09:56.1584121Z    Compiling unicode-xid v0.2.6
2026-08-01T22:09:56.1960632Z    Compiling atomic-waker v1.1.2
2026-08-01T22:09:56.2305301Z    Compiling const-oid v0.10.2
2026-08-01T22:09:56.2690395Z    Compiling paste v1.0.15
2026-08-01T22:09:56.2885794Z    Compiling httparse v1.10.1
2026-08-01T22:09:56.3280503Z    Compiling zerocopy v0.8.50
2026-08-01T22:09:56.3401575Z    Compiling fastrand v2.4.1
2026-08-01T22:09:56.3573237Z    Compiling parking_lot_core v0.9.12
2026-08-01T22:09:56.4858616Z    Compiling jobserver v0.1.34
2026-08-01T22:09:56.5064378Z    Compiling convert_case v0.10.0
2026-08-01T22:09:56.5581114Z    Compiling num-traits v0.2.19
2026-08-01T22:09:56.5861237Z    Compiling curve25519-dalek v4.1.3
2026-08-01T22:09:56.6040445Z    Compiling ahash v0.8.12
2026-08-01T22:09:56.6140444Z    Compiling powerfmt v0.2.0
2026-08-01T22:09:56.6540563Z    Compiling base64ct v1.8.3
2026-08-01T22:09:56.7450535Z    Compiling either v1.16.0
2026-08-01T22:09:56.7914275Z    Compiling cc v1.2.63
2026-08-01T22:09:56.8350813Z    Compiling block-buffer v0.12.0
2026-08-01T22:09:56.8555410Z    Compiling crypto-common v0.1.7
2026-08-01T22:09:56.8740569Z    Compiling crypto-common v0.2.2
2026-08-01T22:09:56.8921331Z    Compiling inout v0.2.2
2026-08-01T22:09:56.9369701Z    Compiling block-buffer v0.10.4
2026-08-01T22:09:56.9567692Z    Compiling http-body v1.0.1
2026-08-01T22:09:56.9661032Z    Compiling pem-rfc7468 v1.0.0
2026-08-01T22:09:56.9670299Z    Compiling deranged v0.5.8
2026-08-01T22:09:57.0291066Z    Compiling pkg-config v0.3.33
2026-08-01T22:09:57.0629449Z    Compiling digest v0.10.7
2026-08-01T22:09:57.1310696Z    Compiling base64 v0.22.1
2026-08-01T22:09:57.1730355Z    Compiling try-lock v0.2.5
2026-08-01T22:09:57.2493145Z    Compiling tower-service v0.3.3
2026-08-01T22:09:57.2898625Z    Compiling num-conv v0.2.2
2026-08-01T22:09:57.3080472Z    Compiling tinyvec_macros v0.1.1
2026-08-01T22:09:57.3630526Z    Compiling mio v1.2.1
2026-08-01T22:09:57.3740877Z    Compiling socket2 v0.6.4
2026-08-01T22:09:57.4342179Z    Compiling getrandom v0.2.17
2026-08-01T22:09:57.5541120Z    Compiling vcpkg v0.2.15
2026-08-01T22:09:57.6080806Z    Compiling rand_core v0.6.4
2026-08-01T22:09:57.6204656Z    Compiling data-encoding v2.11.0
2026-08-01T22:09:57.6623428Z    Compiling uuid v1.23.2
2026-08-01T22:09:57.7340684Z    Compiling zmij v1.0.21
2026-08-01T22:09:57.7620447Z    Compiling time-core v0.1.8
2026-08-01T22:09:57.8000598Z    Compiling parking_lot v0.12.5
2026-08-01T22:09:57.8060639Z    Compiling tinyvec v1.11.0
2026-08-01T22:09:57.9130328Z    Compiling cipher v0.5.2
2026-08-01T22:09:57.9287689Z    Compiling sha2 v0.10.9
2026-08-01T22:09:58.0100540Z    Compiling cmake v0.1.58
2026-08-01T22:09:58.2131924Z    Compiling want v0.3.1
2026-08-01T22:09:58.2737956Z    Compiling chacha20 v0.10.0
2026-08-01T22:09:58.2900518Z    Compiling inout v0.1.4
2026-08-01T22:09:58.3090810Z    Compiling vergen-lib v9.1.0
2026-08-01T22:09:58.3670726Z    Compiling n0-future v0.3.2
2026-08-01T22:09:58.3920545Z    Compiling httpdate v1.0.3
2026-08-01T22:09:58.4307106Z    Compiling spin v0.10.0
2026-08-01T22:09:58.4520874Z    Compiling serde_json v1.0.150
2026-08-01T22:09:58.4578722Z    Compiling diatomic-waker v0.2.3
2026-08-01T22:09:58.4635692Z    Compiling parking v2.2.1
2026-08-01T22:09:58.5070902Z    Compiling crossbeam-utils v0.8.21
2026-08-01T22:09:58.5300545Z    Compiling winnow v1.0.3
2026-08-01T22:09:58.5447428Z    Compiling signature v2.2.0
2026-08-01T22:09:58.5782272Z    Compiling cordyceps v0.3.4
2026-08-01T22:09:58.5923254Z    Compiling rand v0.10.1
2026-08-01T22:09:58.6250795Z    Compiling futures-lite v2.6.1
2026-08-01T22:09:58.6440681Z    Compiling ed25519 v2.2.3
2026-08-01T22:09:58.6668914Z    Compiling cipher v0.4.4
2026-08-01T22:09:58.6782898Z    Compiling digest v0.11.3
2026-08-01T22:09:58.6901227Z    Compiling netlink-packet-core v0.8.1
2026-08-01T22:09:58.7725908Z    Compiling universal-hash v0.5.1
2026-08-01T22:09:58.7994432Z    Compiling vergen v9.1.0
2026-08-01T22:09:58.8470878Z    Compiling vergen-lib v0.1.6
2026-08-01T22:09:58.8571315Z    Compiling heapless v0.7.17
2026-08-01T22:09:58.8799888Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-08-01T22:09:58.8950535Z    Compiling aws-lc-sys v0.41.0
2026-08-01T22:09:58.9008806Z    Compiling ring v0.17.14
2026-08-01T22:09:58.9222971Z    Compiling libsqlite3-sys v0.30.1
2026-08-01T22:09:58.9704827Z    Compiling futures-buffered v0.2.13
2026-08-01T22:09:58.9801184Z    Compiling noq-udp v0.10.0
2026-08-01T22:09:59.0131777Z    Compiling sync_wrapper v1.0.2
2026-08-01T22:09:59.0408206Z    Compiling opaque-debug v0.3.1
2026-08-01T22:09:59.1090554Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-08-01T22:09:59.1135737Z    Compiling allocator-api2 v0.2.21
2026-08-01T22:09:59.1204151Z    Compiling byteorder v1.5.0
2026-08-01T22:09:59.1780931Z    Compiling polyval v0.6.2
2026-08-01T22:09:59.3301896Z    Compiling hash32 v0.2.1
2026-08-01T22:09:59.3960835Z    Compiling spin v0.9.8
2026-08-01T22:09:59.4795124Z    Compiling vergen-gitcl v1.0.8
2026-08-01T22:09:59.4880678Z    Compiling tower-layer v0.3.3
2026-08-01T22:09:59.5870095Z    Compiling signature v3.0.0
2026-08-01T22:09:59.6360264Z    Compiling num_threads v0.1.7
2026-08-01T22:09:59.6525166Z    Compiling fallible-streaming-iterator v0.1.9
2026-08-01T22:09:59.6630805Z    Compiling fallible-iterator v0.3.0
2026-08-01T22:09:59.6652956Z    Compiling ryu v1.0.23
2026-08-01T22:09:59.7560684Z    Compiling time v0.3.47
2026-08-01T22:09:59.7810410Z    Compiling ghash v0.5.1
2026-08-01T22:09:59.7870695Z    Compiling aes v0.8.4
2026-08-01T22:09:59.8022777Z    Compiling ctr v0.9.2
2026-08-01T22:09:59.8029987Z    Compiling sha2 v0.11.0-rc.5
2026-08-01T22:09:59.9040879Z    Compiling fs2 v0.4.3
2026-08-01T22:09:59.9745176Z    Compiling http-body-util v0.1.3
2026-08-01T22:10:00.0240639Z    Compiling aead v0.5.2
2026-08-01T22:10:00.0680186Z    Compiling arrayvec v0.7.6
2026-08-01T22:10:00.0800379Z    Compiling rustix v1.1.4
2026-08-01T22:10:00.1000591Z    Compiling openssl-probe v0.2.1
2026-08-01T22:10:00.1421268Z    Compiling utf8parse v0.2.2
2026-08-01T22:10:00.2570688Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-08-01T22:10:00.2801441Z    Compiling crossbeam-channel v0.5.15
2026-08-01T22:10:00.3000035Z    Compiling crossbeam-epoch v0.9.18
2026-08-01T22:10:00.3118475Z    Compiling netlink-packet-route v0.29.0
2026-08-01T22:10:00.3280583Z    Compiling blake3 v1.8.5
2026-08-01T22:10:00.3699329Z    Compiling aes-gcm v0.10.3
2026-08-01T22:10:00.5540537Z    Compiling memoffset v0.6.5
2026-08-01T22:10:00.6399429Z    Compiling acto v0.8.2
2026-08-01T22:10:00.6834673Z    Compiling netwatch v0.16.0
2026-08-01T22:10:00.6838480Z    Compiling noq v0.18.0
2026-08-01T22:10:00.7774733Z    Compiling linux-raw-sys v0.12.1
2026-08-01T22:10:00.7905993Z    Compiling xml-rs v0.8.28
2026-08-01T22:10:00.8308203Z    Compiling sorted-index-buffer v0.2.1
2026-08-01T22:10:00.9341154Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-08-01T22:10:00.9406577Z    Compiling ref-cast v1.0.25
2026-08-01T22:10:00.9870531Z    Compiling thiserror v1.0.69
2026-08-01T22:10:01.0041444Z    Compiling foldhash v0.2.0
2026-08-01T22:10:01.1860294Z    Compiling synstructure v0.13.2
2026-08-01T22:10:01.2075160Z    Compiling darling_core v0.20.11
2026-08-01T22:10:01.2569306Z    Compiling identity-hash v0.1.0
2026-08-01T22:10:01.2738460Z    Compiling lru-slab v0.1.2
2026-08-01T22:10:01.2880823Z    Compiling tagptr v0.2.0
2026-08-01T22:10:01.3360710Z    Compiling rustc-hash v2.1.2
2026-08-01T22:10:01.3488496Z    Compiling mac-addr v0.3.0
2026-08-01T22:10:01.4730754Z    Compiling hashbrown v0.16.1
2026-08-01T22:10:01.5010745Z    Compiling serde_derive_internals v0.29.1
2026-08-01T22:10:01.6480482Z    Compiling xmltree v0.10.3
2026-08-01T22:10:01.8690584Z    Compiling proc-macro-crate v3.5.0
2026-08-01T22:10:01.8830516Z    Compiling netlink-packet-route v0.30.0
2026-08-01T22:10:02.1616695Z    Compiling termios v0.2.2
2026-08-01T22:10:02.3216754Z    Compiling serial-core v0.4.0
2026-08-01T22:10:02.3400638Z    Compiling ioctl-rs v0.1.6
2026-08-01T22:10:02.3691016Z    Compiling errno v0.3.14
2026-08-01T22:10:02.4433026Z    Compiling simple-dns v0.9.3
2026-08-01T22:10:02.4540526Z    Compiling aho-corasick v1.1.4
2026-08-01T22:10:02.5100370Z    Compiling regex-syntax v0.8.10
2026-08-01T22:10:02.5221615Z    Compiling toml_write v0.1.2
2026-08-01T22:10:02.5230882Z    Compiling simdutf8 v0.1.5
2026-08-01T22:10:02.5630467Z    Compiling arrayref v0.3.9
2026-08-01T22:10:02.6160732Z    Compiling constant_time_eq v0.4.2
2026-08-01T22:10:02.7180598Z    Compiling winnow v0.7.15
2026-08-01T22:10:02.7276192Z    Compiling resolv-conf v0.7.6
2026-08-01T22:10:02.7926192Z    Compiling sha1_smol v1.0.1
2026-08-01T22:10:02.8000503Z    Compiling smol_str v0.1.24
2026-08-01T22:10:02.8527590Z    Compiling signal-hook v0.3.18
2026-08-01T22:10:03.0160924Z    Compiling signal-hook-registry v1.4.8
2026-08-01T22:10:03.0220599Z    Compiling serial-unix v0.4.0
2026-08-01T22:10:03.1430644Z    Compiling serde_derive v1.0.228
2026-08-01T22:10:03.2201996Z    Compiling zeroize_derive v1.4.3
2026-08-01T22:10:03.2581134Z    Compiling tokio-macros v2.7.0
2026-08-01T22:10:03.3817239Z    Compiling futures-macro v0.3.32
2026-08-01T22:10:03.7817827Z    Compiling zerofrom-derive v0.1.7
2026-08-01T22:10:03.8108784Z    Compiling zeroize v1.8.2
2026-08-01T22:10:03.9863318Z    Compiling tokio v1.52.3
2026-08-01T22:10:04.0441305Z    Compiling yoke-derive v0.8.2
2026-08-01T22:10:04.0520829Z    Compiling zerovec-derive v0.11.3
2026-08-01T22:10:04.3377379Z    Compiling futures-util v0.3.32
2026-08-01T22:10:04.4180517Z    Compiling displaydoc v0.2.6
2026-08-01T22:10:05.0960828Z    Compiling tracing-attributes v0.1.31
2026-08-01T22:10:05.2041953Z    Compiling rustls-pki-types v1.14.1
2026-08-01T22:10:05.2680604Z    Compiling zerofrom v0.1.8
2026-08-01T22:10:05.3297939Z    Compiling thiserror-impl v2.0.18
2026-08-01T22:10:05.3715864Z    Compiling curve25519-dalek-derive v0.1.1
2026-08-01T22:10:05.5400744Z    Compiling yoke v0.8.3
2026-08-01T22:10:05.6520828Z    Compiling darling_macro v0.20.11
2026-08-01T22:10:05.7580820Z    Compiling zerovec v0.11.6
2026-08-01T22:10:06.0299439Z    Compiling zerotrie v0.2.4
2026-08-01T22:10:06.0310361Z    Compiling darling v0.20.11
2026-08-01T22:10:06.0430686Z    Compiling derive_more-impl v2.1.1
2026-08-01T22:10:06.1130594Z    Compiling derive_builder_core v0.20.2
2026-08-01T22:10:06.1870425Z    Compiling n0-error-macros v0.1.3
2026-08-01T22:10:06.3940539Z    Compiling spez v0.1.2
2026-08-01T22:10:06.6130750Z    Compiling tinystr v0.8.3
2026-08-01T22:10:06.8486838Z    Compiling potential_utf v0.1.5
2026-08-01T22:10:06.9381219Z    Compiling icu_locale_core v2.2.0
2026-08-01T22:10:07.0138397Z    Compiling icu_collections v2.2.0
2026-08-01T22:10:07.2683991Z    Compiling der v0.8.0-rc.10
2026-08-01T22:10:07.4180822Z    Compiling pin-project-internal v1.1.13
2026-08-01T22:10:07.4611414Z    Compiling derive_builder_macro v0.20.2
2026-08-01T22:10:07.5161576Z    Compiling n0-error v0.1.3
2026-08-01T22:10:07.8772188Z    Compiling derive_builder v0.20.2
2026-08-01T22:10:07.8856127Z    Compiling cobs v0.3.0
2026-08-01T22:10:08.1011915Z    Compiling postcard-derive v0.2.2
2026-08-01T22:10:08.3311947Z    Compiling icu_provider v2.2.0
2026-08-01T22:10:08.3778788Z    Compiling futures-executor v0.3.32
2026-08-01T22:10:08.6736943Z    Compiling icu_normalizer v2.2.0
2026-08-01T22:10:08.7177939Z    Compiling icu_properties v2.2.0
2026-08-01T22:10:08.7328434Z    Compiling ipnet v2.12.0
2026-08-01T22:10:08.7389715Z    Compiling ed25519-dalek v2.2.0
2026-08-01T22:10:08.7683018Z    Compiling spki v0.8.0-rc.4
2026-08-01T22:10:08.9080882Z    Compiling pin-project v1.1.13
2026-08-01T22:10:09.0003844Z    Compiling pkcs8 v0.11.0-rc.10
2026-08-01T22:10:09.0147643Z    Compiling spt-proto v0.50.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-proto)
2026-08-01T22:10:09.0750576Z    Compiling futures v0.3.32
2026-08-01T22:10:09.1539786Z    Compiling prefix-trie v0.8.4
2026-08-01T22:10:09.2190774Z    Compiling ed25519 v3.0.0-rc.4
2026-08-01T22:10:09.4730590Z    Compiling once_cell v1.21.4
2026-08-01T22:10:09.5049785Z    Compiling data-encoding-macro-internal v0.1.18
2026-08-01T22:10:09.6351029Z    Compiling rustls-native-certs v0.8.4
2026-08-01T22:10:09.6969897Z    Compiling tracing-core v0.1.36
2026-08-01T22:10:09.7930212Z    Compiling postcard v1.1.3
2026-08-01T22:10:09.9760592Z    Compiling hashbrown v0.14.5
2026-08-01T22:10:09.9822708Z    Compiling data-encoding-macro v0.1.20
2026-08-01T22:10:10.0129632Z    Compiling num_enum_derive v0.7.6
2026-08-01T22:10:10.0560619Z    Compiling tokio-util v0.7.18
2026-08-01T22:10:10.1116888Z    Compiling netlink-sys v0.8.8
2026-08-01T22:10:10.2020537Z    Compiling tower v0.5.3
2026-08-01T22:10:10.2620537Z    Compiling tracing v0.1.44
2026-08-01T22:10:10.3094169Z    Compiling idna_adapter v1.2.2
2026-08-01T22:10:10.4356235Z    Compiling idna v1.1.0
2026-08-01T22:10:10.4510830Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-08-01T22:10:10.5928034Z    Compiling derive_more v2.1.1
2026-08-01T22:10:10.6340920Z    Compiling iroh-metrics-derive v0.4.1
2026-08-01T22:10:10.6640960Z    Compiling strum_macros v0.28.0
2026-08-01T22:10:10.7133268Z    Compiling enum-assoc v1.3.0
2026-08-01T22:10:10.7837791Z    Compiling hashlink v0.9.1
2026-08-01T22:10:10.7970799Z    Compiling async-trait v0.1.89
2026-08-01T22:10:10.8991712Z    Compiling netdev v0.42.0
2026-08-01T22:10:10.9097547Z    Compiling url v2.5.8
2026-08-01T22:10:10.9270869Z    Compiling netlink-proto v0.12.0
2026-08-01T22:10:11.1220805Z    Compiling h2 v0.4.14
2026-08-01T22:10:11.2030764Z    Compiling iroh-metrics v0.38.3
2026-08-01T22:10:11.2050483Z    Compiling tokio-stream v0.1.18
2026-08-01T22:10:11.2581977Z    Compiling rusqlite v0.32.1
2026-08-01T22:10:11.2730637Z    Compiling num_enum v0.7.6
2026-08-01T22:10:11.2771010Z    Compiling n0-watcher v0.6.1
2026-08-01T22:10:11.3791710Z    Compiling iroh-relay v0.98.0
2026-08-01T22:10:11.5486051Z    Compiling moka v0.12.15
2026-08-01T22:10:11.6711679Z    Compiling toml_datetime v0.6.11
2026-08-01T22:10:11.6785686Z    Compiling serde_spanned v0.6.9
2026-08-01T22:10:11.7890646Z    Compiling hickory-proto v0.26.0-beta.4
2026-08-01T22:10:11.8409492Z    Compiling attohttpc v0.30.1
2026-08-01T22:10:11.8830113Z    Compiling tower-http v0.6.11
2026-08-01T22:10:11.9354010Z    Compiling iroh-base v0.98.0
2026-08-01T22:10:11.9651703Z    Compiling ref-cast-impl v1.0.25
2026-08-01T22:10:12.1043223Z    Compiling thiserror-impl v1.0.69
2026-08-01T22:10:12.3840508Z    Compiling toml_edit v0.22.27
2026-08-01T22:10:12.5167550Z    Compiling spt-store v0.50.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-store)
2026-08-01T22:10:12.6771141Z    Compiling webpki-roots v1.0.7
2026-08-01T22:10:12.7975831Z    Compiling regex-automata v0.4.14
2026-08-01T22:10:12.8160633Z    Compiling schemars_derive v1.2.1
2026-08-01T22:10:12.8590938Z    Compiling lru v0.16.4
2026-08-01T22:10:13.0652610Z    Compiling darling_core v0.23.0
2026-08-01T22:10:13.1016797Z    Compiling serde_bytes v0.11.19
2026-08-01T22:10:13.2844862Z    Compiling seize v0.5.1
2026-08-01T22:10:13.3630648Z    Compiling hmac v0.12.1
2026-08-01T22:10:13.4660448Z    Compiling iroh v0.98.2
2026-08-01T22:10:13.5212494Z    Compiling pin-utils v0.1.0
2026-08-01T22:10:13.5946676Z    Compiling rustix v0.38.44
2026-08-01T22:10:13.6540837Z    Compiling strum v0.28.0
2026-08-01T22:10:13.7671971Z    Compiling iroh-dns v0.98.0
2026-08-01T22:10:13.7751728Z    Compiling cmov v0.5.4
2026-08-01T22:10:13.8090577Z    Compiling dyn-clone v1.0.20
2026-08-01T22:10:13.8500754Z    Compiling bitflags v1.3.2
2026-08-01T22:10:13.9070692Z    Compiling nix v0.25.1
2026-08-01T22:10:13.9200767Z    Compiling filedescriptor v0.8.3
2026-08-01T22:10:13.9823967Z    Compiling papaya v0.2.4
2026-08-01T22:10:14.0210689Z    Compiling hkdf v0.12.4
2026-08-01T22:10:14.0850695Z    Compiling ctutils v0.4.2
2026-08-01T22:10:14.1510302Z    Compiling backon v1.6.0
2026-08-01T22:10:14.3099727Z    Compiling serial v0.4.0
2026-08-01T22:10:14.3410429Z    Compiling anstyle-parse v1.0.0
2026-08-01T22:10:14.3490050Z    Compiling vte_generate_state_changes v0.1.2
2026-08-01T22:10:14.3967549Z    Compiling anstyle-query v1.1.5
2026-08-01T22:10:14.4283401Z    Compiling foldhash v0.1.5
2026-08-01T22:10:14.5104091Z    Compiling is_terminal_polyfill v1.70.2
2026-08-01T22:10:14.5300879Z    Compiling downcast-rs v1.2.1
2026-08-01T22:10:14.5934863Z    Compiling colorchoice v1.0.5
2026-08-01T22:10:14.6046953Z    Compiling shell-words v1.1.1
2026-08-01T22:10:14.6233147Z    Compiling anstyle v1.0.14
2026-08-01T22:10:14.6261163Z    Compiling linux-raw-sys v0.4.15
2026-08-01T22:10:14.6311715Z    Compiling instability v0.3.12
2026-08-01T22:10:14.6727036Z    Compiling unicode-width v0.2.0
2026-08-01T22:10:14.6881031Z    Compiling vte v0.13.1
2026-08-01T22:10:14.7714791Z    Compiling hashbrown v0.15.5
2026-08-01T22:10:14.8630832Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-08-01T22:10:14.9217658Z    Compiling toml v0.8.23
2026-08-01T22:10:14.9987164Z    Compiling anstream v1.0.0
2026-08-01T22:10:15.0920669Z    Compiling schemars v1.2.1
2026-08-01T22:10:15.4921756Z    Compiling regex v1.12.3
2026-08-01T22:10:15.6464241Z    Compiling signal-hook-mio v0.2.5
2026-08-01T22:10:15.7940528Z    Compiling spake2 v0.4.0
2026-08-01T22:10:15.8070572Z    Compiling terminal_size v0.4.4
2026-08-01T22:10:15.9349334Z    Compiling strum_macros v0.26.4
2026-08-01T22:10:16.1826599Z    Compiling sha1 v0.10.6
2026-08-01T22:10:16.2010693Z    Compiling itertools v0.13.0
2026-08-01T22:10:16.2181068Z    Compiling castaway v0.2.4
2026-08-01T22:10:16.3520954Z    Compiling clap_lex v1.1.0
2026-08-01T22:10:16.4688619Z    Compiling doctest-file v1.1.1
2026-08-01T22:10:16.4984963Z    Compiling indoc v2.0.7
2026-08-01T22:10:16.6770517Z    Compiling static_assertions v1.1.0
2026-08-01T22:10:16.7414537Z    Compiling unicode-width v0.1.14
2026-08-01T22:10:16.8720555Z    Compiling hyper v1.10.1
2026-08-01T22:10:16.9390570Z    Compiling darling_macro v0.23.0
2026-08-01T22:10:17.0420621Z    Compiling interprocess v2.4.2
2026-08-01T22:10:17.0579911Z    Compiling compact_str v0.8.2
2026-08-01T22:10:17.3263882Z    Compiling darling v0.23.0
2026-08-01T22:10:17.7500728Z    Compiling clap_builder v4.6.0
2026-08-01T22:10:17.8770501Z    Compiling crossterm v0.28.1
2026-08-01T22:10:17.9730810Z    Compiling portable-pty v0.8.1
2026-08-01T22:10:17.9900730Z    Compiling lru v0.12.5
2026-08-01T22:10:18.0477880Z    Compiling clap_derive v4.6.1
2026-08-01T22:10:18.0890754Z    Compiling cassowary v0.3.0
2026-08-01T22:10:18.1121099Z    Compiling iana-time-zone v0.1.65
2026-08-01T22:10:18.1828542Z    Compiling unicode-truncate v1.1.0
2026-08-01T22:10:18.2424716Z    Compiling nucleo-matcher v0.3.1
2026-08-01T22:10:18.3287051Z    Compiling chrono v0.4.45
2026-08-01T22:10:18.4675133Z    Compiling qrcode v0.14.1
2026-08-01T22:10:18.4981206Z    Compiling strum v0.26.3
2026-08-01T22:10:18.6070630Z    Compiling tempfile v3.27.0
2026-08-01T22:10:18.9800464Z    Compiling hyper-util v0.1.20
2026-08-01T22:10:19.0506681Z    Compiling ratatui v0.29.0
2026-08-01T22:10:19.2231513Z    Compiling spt-msg v0.50.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-msg)
2026-08-01T22:10:19.2710120Z    Compiling spt-test-support v0.50.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-test-support)
2026-08-01T22:10:19.6338165Z    Compiling spt-runtime v0.50.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-runtime)
2026-08-01T22:10:19.7028380Z    Compiling spt-term v0.50.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-term)
2026-08-01T22:10:20.8196401Z    Compiling clap v4.6.1
2026-08-01T22:10:20.9890598Z    Compiling igd-next v0.17.1
2026-08-01T22:10:22.1821646Z    Compiling portmapper v0.16.0
2026-08-01T22:10:23.1360340Z    Compiling spt-live v0.50.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-live)
2026-08-01T22:10:27.4709438Z    Compiling rustls-webpki v0.103.13
2026-08-01T22:10:29.8731942Z    Compiling tokio-rustls v0.26.4
2026-08-01T22:10:29.8732356Z    Compiling noq-proto v0.17.0
2026-08-01T22:10:29.8732648Z    Compiling rustls-platform-verifier v0.7.0
2026-08-01T22:10:30.0279768Z    Compiling hyper-rustls v0.27.9
2026-08-01T22:10:30.0280337Z    Compiling hickory-net v0.26.0-beta.4
2026-08-01T22:10:30.0280750Z    Compiling tokio-websockets v0.13.2
2026-08-01T22:10:30.1513947Z    Compiling reqwest v0.13.4
2026-08-01T22:10:31.1057321Z    Compiling hickory-resolver v0.26.0-beta.4
2026-08-01T22:10:45.1249776Z    Compiling spt-net v0.50.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-net)
2026-08-01T22:10:46.8762669Z    Compiling spt-daemon v0.50.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-daemon)
2026-08-01T22:10:57.6922771Z    Compiling spt v0.50.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt)
2026-08-01T22:11:03.7228143Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 09s
2026-08-01T22:11:03.7473665Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-24eef796b12cce35)
2026-08-01T22:11:03.7487954Z 
2026-08-01T22:11:03.7488221Z running 1 test
2026-08-01T22:11:09.9906221Z test new_brain_serves_against_old_broker ... ok
2026-08-01T22:11:09.9906583Z 
2026-08-01T22:11:09.9906902Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.24s
2026-08-01T22:11:09.9907284Z 
